home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / tel2305b.zip / CONFIG.TEL < prev    next >
Text File  |  1992-04-13  |  14KB  |  325 lines

  1. #
  2. #  Example host file for Telnet 2.3
  3. #
  4. #  "funny, this configuration file is readable ..."
  5. #  This file is free form
  6. #  Separators are any char <33 and :;=
  7. #
  8. #  The form is keyword=value for each parameter.
  9. #  The first set of parameters refer to the whole program's defaults.
  10. #  These parameter values can be in any order.
  11. #  Following this are the individual machine specs.
  12. #  If the first machine is name "default", then it contains default
  13. #  values for the rest of the machines.
  14. #
  15.  
  16. myip=192.42.172.3           # required, your IP number
  17. #myip=RARP                  # receive my IP number from a RARP server
  18. #myip=BOOTP                 # receive my IP number from a BOOTP server
  19.                             #   legal values are: a number of the form:
  20.                             #       x.x.x.x, RARP, or BOOTP
  21.                             #   Defaults to 127.0.0.1
  22. netmask=255.255.255.0       # subnetting mask
  23.                             #   Default is 0.0.0.0
  24.  
  25. #The following are the ISA boards supported:
  26.  
  27. #hardware=atalk             # network adapter board (Appletalk)
  28. #interrupt=60
  29.  
  30. #hardware=3c501             # network adapter board (3 COM 501)
  31. #address=d000               # shared memory address
  32. #ioaddr=300                 # I/O address
  33. #interrupt=5                # hardware IRQ interrupt
  34.  
  35. #hardware=star10            # network adapter board (AT&T starlan 10)
  36. #address=d800               # shared memory address
  37. #ioaddr=300                 # I/O address
  38. #interrupt=5                # hardware IRQ interrupt
  39.  
  40. #hardware=pcnic             # network adapter board (Ungermann-Bass PC-NIC)
  41. #address=d800
  42. #interrupt=5
  43.  
  44. #hardware=3c503             # network adapter board ( 3 Com 503)
  45. #ioaddr=280
  46. #address=dc00
  47. #interrupt=5
  48. #wire=thick
  49.  
  50. #hardware=packet            # network adapter board (packet driver interface)
  51. #interrupt=0
  52. #ioaddr=0
  53.  
  54. hardware=ni5210             # network adapter board (Micom NI5210 )
  55. address=d000
  56. ioaddr=360
  57. interrupt=2
  58.  
  59. #hardware=wd800             # network adapter board (Western Digital WD8003E)
  60. #address=d800
  61. #ioaddr=360
  62. #interrupt=5
  63.  
  64. #hardware=wd800             # network adapter board (Western Digital WD8003EB)
  65. #address=d800               # Remember to run the 'SETUP' program
  66. #ioaddr=360                 #       provided by Western Digital to enable
  67. #interrupt=3                #       the board correctly!
  68.  
  69. #The following are the MCA boards supported:
  70.  
  71. #hardware=wd8003a            # network adapter board (Western Digital WD8003A)
  72. #address=c400
  73. #interrupt=10
  74. #ioaddr=280
  75.  
  76. #hardware=ni9210            # network adapter board (Micom ni9210)
  77. #address=c800
  78. #interrupt=9
  79. #ioaddr=300
  80.  
  81. #hardware=nicps2            # network adapter board (Ungermann-Bass NICps/2)
  82. #address=d000
  83. #interrupt=5
  84. #ioaddr=1550
  85.  
  86. #hardware=3c523             # network adapter board (3Com 523)
  87. #address=d800
  88. #interrupt=7
  89. #ioaddr=1300
  90.  
  91.  
  92. #cursortop=2                # option to set the top of the cursor block
  93.                             # measured in scanlines from the top of the
  94.                             # character block
  95.                             #   Default is -1 (don't modify the existing setting)
  96.  
  97. #cursorbottom=7             # option to set the bottom of the cursor block
  98.                             # measured in scanlines from the top of the
  99.                             # character block
  100.                             #   Default is -1 (don't modify the existing setting)
  101.  
  102. #broadcast=141.142.103.0    # broadcast IP number
  103.                             #   Default is 255.255.255.255
  104.  
  105. windowgoaway=yes            # whether windows go away when closed
  106.                             #   Default is no
  107.  
  108. autoscroll=no               # whether to autoscroll when at the top of the
  109.                             # screen in scrollback
  110.                             #   Default is yes
  111.  
  112. #clock=off                  # whether the clock is displayed or not
  113.                             #   Default is on
  114.  
  115. myname=Hawkwind.ncsa.uiuc.edu   # used in LPR to notify the LPR server
  116.                             # who is printing
  117.                             #   Defaults to none
  118.  
  119. termtype="vt100"            # the type of terminal emulation to perform
  120.                             # currently only vt100 is supported
  121.                             #   Default is vt100
  122.  
  123. #outputfile=telnet.out      # path name of the output mapping file
  124.                             #   Defaults to none
  125.  
  126. #keyfile=keymap.key         # path name of your keyboard re-mapping file
  127.                             #   Defaults to none
  128.  
  129. beep=yes                    # display musical note in session status
  130.                             # on the status line when a ascii 7 is received
  131.                             # in that session
  132.                             #   Defaults to no
  133.  
  134. services=services.tel       # path to the services file for displaying
  135.                             # network information
  136.                             #   Defaults to none
  137.  
  138. tek=yes                     # enable tektronix graphics
  139.                             #   Default is on
  140.  
  141. video=ega                   # type of video screen
  142.                             #    Legal values for video are:
  143.                             #    cga,ega,pga,no9,hercules,ega43,vga50
  144.                             #   Default is ega
  145.  
  146. bios=no                     # don't use slow BIOS screen access
  147.                             #    bios=yes to reduce flicker on cga
  148.                             #    bios=yes for TopView or Windows
  149.                             #   Default is no
  150.  
  151. ftp=no                      # do you want ftp enabled?
  152.                             #   Default is no
  153.  
  154. rcp=no                      # do you want rcp enabled?
  155.                             #   Default is no
  156.  
  157. #domainretry=3              # number of domain lookup retries
  158.                             #   Default is 3
  159.  
  160. domain="ncsa.uiuc.edu"      # default domain for hostname lookup
  161.                             #   Default is none
  162. domaintime=4                # timeout for a domain lookup
  163.                             #   Defaults to 4
  164.  
  165. #concolor=070170            # Set the console colors
  166.                             #   Default is 070170
  167.  
  168. capfile=\xx                 # default name for capture file
  169.                             #   Default is none
  170.  
  171. #hpfile=hp.out              # file to write HPGL to,
  172.                             #    COM1 can be used for attached plotter
  173.                             #   Defaults to none
  174.  
  175. #psfile=ps.out              # file to write postscript to
  176.                             #   Detaults to none
  177.  
  178. #tekfile=tek.out            # file to write Tek codes to
  179.                             #   Defaults to none
  180.  
  181. arptime=8                   # arp timeout in seconds
  182.                             #    affects machines on your local network
  183.                             #   Defaults to 8
  184. #passfile="c:\telnet\telpass"   # name of file to find FTP passwords in
  185.                             #   Default is none
  186. #
  187. #  Following are individual machine specifications
  188. #  Gateways are used in order that they appear in the file
  189. #  Nameservers rotate, #1, #2, #3, #1, #2 when a request fails
  190. #
  191. #  The machine named "default" contains the fields which are automatically
  192. #  filled in for later hosts
  193. #
  194. name=default                # Session name, "default" is a reserved name
  195.                             #   Not a real machine, default parameters only
  196. #host=sri-nic.arpa          # Actual host name of machine, not session name
  197.                             #   Required
  198. #hostip=10.0.0.51           # IP address of host, example is for SRI-NIC
  199.                             #   Required
  200. #gateway=1                  # This machine is a gateway for me
  201.                             #   Default is no (0)
  202. #nameserver=1               # This machine has a DOMAIN name server for me
  203.                             #   Default is no (0)
  204. scrollback=400              # number of lines of scrollback per session
  205.                             #   Default is (0)
  206. #clearsave=on               # whether to save cleared line in scrollback
  207.                             #   Default is on
  208.  
  209. # color codes for a specific session:
  210. #       black, blue, green, cyan, red, magenta, yellow, white
  211. #       BLACK, BLUE, GREEN, CYAN, RED, MAGENTA, YELLOW, WHITE
  212. #
  213. #       NOTE: when the highlighted colors are used for a background color,
  214. #               they produce blinking text.
  215. nfcolor=white                   # vt100 normal foreground color
  216.                                 #   Default is green
  217. nbcolor=black                   # vt100 normal background color
  218.                                 #   Default is black
  219. bfcolor=red                     # vt100 blink foreground color
  220.                                 #   Default is black
  221. bbcolor=blue                    # vt100 blink background color
  222.                                 #   Default is green
  223. rfcolor=black                   # vt100 reverse foreground color
  224.                                 #   Default is blue
  225. rbcolor=white                   # vt100 reverse background color
  226.                                 #   Default is black
  227. ufcolor=red                     # vt100 underline foreground color
  228.                                 #   Default is blue
  229. ubcolor=cyan                    # vt100 underline background color
  230.                                 #   Default is black
  231.  
  232. erase=backspace                 # use delete code or backspace code for <- key?
  233.                                 #   legal values are "delete" and "backspace"
  234.                                 #   Default is "backspace"
  235. vtwrap=yes                      # should VT100 be in wrap mode or not?
  236.                                 #   Default is no
  237. #vtwidth=80                     # width of the vt100 screen
  238.                                 #   legal values are 80 and 132
  239.                                 #   Default is 80 (132 may not work correctly)
  240. crmap=4.3BSDCRNUL               # map of the CR key for compatibility
  241.                                 #   legal values are "4.3BSDCRNUL" and "LF"
  242.                                 #   Default is "LF"
  243. #duplex=half                    # modifier for non-echo mode, forces send
  244.                                 #   legal value are "full" and "half"
  245.                                 #   Default is full duplex
  246. #font=Monaco                    # font for the window text (Unsupported)
  247.                                 #   Default is Monaco
  248. #fsize=9                        # fontsize for the window text (Unsupported)
  249.                                 #   Deafult is 9
  250. #port=23                        # value of the port to telnet to
  251.                                 #   Default is 23
  252. #ftpoptions="-n"                # modifier for the 'ftp back to PC' string
  253.                                 # The string is sent as:
  254.                                 #       "ftp <ftpoptions> <IP>
  255.                                 #   Default is none
  256. #outputmap=yes                  # Whether to use the output mapping for this
  257.                                 #   machine.
  258.                                 #   Legal values are: "yes" or "no"
  259.                                 #   Default is no
  260.  
  261. #  The following entries affect the tuning of TCP connections to this host.
  262. #  They should be set by the network administrator who is familiar with
  263. #    the requirements of your specific network.
  264. contime=30              # timeout in seconds to try connection
  265.                         #   before returning error to user
  266.                         #   Default is (20)
  267. retrans=17              # starting retransmit time out in ticks
  268.                         #   1/18ths of sec
  269.                         #   Default is (5)
  270. mtu=1024                # maximum transmit unit in bytes
  271.                         #   outgoing packet size, MAX=1024
  272.                         #   Default is (512)
  273. maxseg=1024             # largest segment we can receive
  274.                         #   whatever the hardware can take, MAX=2048
  275.                         #   Default is (1024)
  276. rwin=1024               # most bytes we can receive without ACK
  277.                         #   =TCP window size, MAX=4096
  278.                         #   larger isn't always better
  279.                         #   Default is (1024)
  280.  
  281. #
  282. #  Below this line, most of the communication parameters are obtained
  283. #   from the "default" host entry.
  284. #  Machine names, IP addresses, and special communication parameters are
  285. #   present when needed.
  286. name=paninaro; hostip=141.142.103.150
  287. name=aragorn;  hostip=141.142.103.170
  288. name=rexfelis; hostip=141.142.103.171
  289. name=arrakis;  hostip=141.142.103.151
  290. name=threndor; hostip=141.142.103.169
  291. name=void ; hostip=141.142.103.20; nameserver=3 erase=delete
  292. name=v; copyfrom=void
  293. name=yoyodyne ; hostip=141.142.103.46; nameserver=4 erase=delete
  294. name=yoyo; copyfrom=yoyodyne
  295. name=imsasun.imsa.edu ; hostip=143.195.1.2; erase=delete
  296. name=imsa; copyfrom imsasun.imsa.edu
  297. name=hogan; hostip=141.142.222.1; nameserver=2
  298. name=sauron; hostip=141.142.103.44;
  299. name=harriett; hostip=128.174.23.74 erase=delete
  300. name=sunc1; hostip=128.174.244.81
  301. name=sunc2; hostip=128.174.244.82
  302. name=sunc4; hostip=128.174.244.84
  303. name=sunc5; hostip=128.174.244.85
  304. name=sunc6; hostip=128.174.244.86
  305. name=sunc7; hostip=128.174.244.87
  306. name=uiucuxa ; hostip=128.174.2.3 ; erase=backspace;
  307. name=uxa ; copyfrom=uiucuxa
  308. name=ux1.cso.uiuc.edu; hostip=128.174.5.59; erase=backspace
  309. name=ux1; copyfrom ux1.cso.uiuc.edu
  310. name=aries; hostip=128.174.90.55
  311. name=u2; hostip=128.174.10.44
  312. name=cray2 ; copyfrom=u2
  313. #name=103gate  hostip=141.142.103.145 gateway=1
  314. name=next hostip=192.42.172.1 gateway=1; erase=delete; consoledebug=1; #outputmap=yes;
  315. name=arena hostip=141.142.103.31
  316. name=newton hostip=141.142.2.2 ; nameserver=1
  317. name=zaphod hostip=141.142.20.50 copyfrom newton
  318. name=z copyfrom zaphod port = 25
  319. name=ncsad ; hostip=128.174.10.48 crmap=no
  320. name=cray ; copyfrom=ncsad
  321. name=xmp48 ; copyfrom=ncsad
  322. name=uicsrd ; hostip=128.174.1.2
  323. name=csrd ; copyfrom=uicsrd
  324.